|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule processes any status changes on a policy bringing the policy up to date. Processing the transaction attached to this business rule will change the status of the policy to the one specified in this rule. For example, changing the policy status from lapse to loan repayment.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<StatusChange> |
The opening and closing tag for the business rule. |
|
|
|
<Change> |
Required; |
|
Required;
String No: Indicates
the policy's status should not be changed. |
|
<To-StatusCode> |
Required; |
|
Required
element value; |
<StatusChange>
<Change>Yes</Change>
<To-StatusCode>07</To-StatusCode>
</StatusChange>
<StatusChange>
<Change>Yes</Change>
<To-StatusCode>StatusCode01</To-StatusCode>
</StatusChange>